runtime.gcControllerState.commit (method)

3 uses

	runtime (current package)
		mgcpacer.go#L374: 	c.commit(true) // No sweep phase in the first GC cycle.
		mgcpacer.go#L1183: func (c *gcControllerState) commit(isSweepDone bool) {
		mgcpacer.go#L1428: 	gcController.commit(isSweepDone())